FaceDetection
Face detection models
Types
UltraFace320
Link copied to clipboard
Ultra-lightweight face detection model.
UltraFace640
Link copied to clipboard
Ultra-lightweight face detection model.
Functions
model
Link copied to clipboard
pretrainedModel
Link copied to clipboard
open override fun pretrainedModel(modelHub: ModelHub): FaceDetectionModel
Content copied to clipboard
Properties
inputShape
Link copied to clipboard
modelRelativePath
Link copied to clipboard
preprocessor
Link copied to clipboard
open override val preprocessor: Operation<Pair<FloatArray, TensorShape>, Pair<FloatArray, TensorShape>>
Content copied to clipboard